projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b9d00
)
(rmail-output-file-alist): Mark it risky.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Jul 1994 22:48:40 +0000
(22:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Jul 1994 22:48:40 +0000
(22:48 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index d08196d949388293aa499abd5ad25478d23bcc5d..61d2a6dd107f15b482e84eeca88023d7ab84fd8f 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1151,6
+1151,7
@@
If `enable-local-variables' is nil, this function does not check for a
(put 'process-environment 'risky-local-variable t)
;; Don't wait for outline.el to be loaded, for the sake of outline-minor-mode.
(put 'outline-level 'risky-local-variable t)
+(put 'rmail-output-file-alist 'risky-local-variable t)
(defun hack-one-local-variable-quotep (exp)
(and (consp exp) (eq (car exp) 'quote) (consp (cdr exp))))